home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / virus / scn202.zip / VALIDATE.TXT < prev    next >
Text File  |  1994-06-01  |  4KB  |  109 lines

  1.                             VALIDATE Version 2.0.0
  2.  
  3.                         QUICK COMMAND REFERENCE GUIDE
  4.  
  5.  
  6.  
  7.           Copyright 1993, 1994 by McAfee, Inc.  All Rights Reserved.
  8.  
  9.  
  10.  
  11.  
  12.                              Brought to you by:
  13.  
  14.                       Igor Grebert    Project Leader
  15.                     Jivko Koltchev    Lead Programmer
  16.                          David Mai    TSR Programmer
  17.                       Vadim Ivanov    Algorithms/Emulation Programmer
  18.                  Tatyana Shishkina    Virus Librarian, Programmer
  19.                     Bruce de Graaf    GUI Programmer
  20.                       Dmitri Orlov    DOS UI Programmer
  21.                  Geoff Brandenburg    GUI Artist
  22.                      Spencer Clark    SQA Manager
  23.                       David Pierce    Lead SQA Engineer
  24.                         Sean Birch    SQA Engineer
  25.                       John Zussman    Documentation Project Leader
  26.                         Eric Ivory    Technical Writer
  27.                     Aryeh Goretsky    Documentation Review
  28.  
  29.       With special thanks to Bob Chappelear, Rudite Emir, and Bill Larson
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.          ┌───────────────────┐
  45.          │ LICENSE AGREEMENT │
  46.          └───────────────────┘
  47.  
  48.          McAfee, Inc. assumes no responsibility for damages or lost data
  49.          caused by the use or misuse of this program, including if used
  50.          in accordance with the program documentation.
  51.  
  52.          Use of this program means compliance with this Agreement.
  53.  
  54.  
  55. Validate Version 2.0.0                               Page 1
  56.  
  57.  
  58. VALIDATE is a file-authentication program that may be used to check
  59. other programs for signs of tampering.  VALIDATE uses two discrete
  60. methods to generate Cyclic Redundancy Checks (CRC's), which are then
  61. displayed for the user to compare against the known value for the
  62. program(s) validated.  The known validation data can be published by
  63. the author of the program or be obtained from a trusted information
  64. database.  The dual CRC checking provides a high degree of security.
  65.  
  66.      To confirm that a program is in its original, untampered state,
  67. run the VALIDATE program on it, record the validation data produced,
  68. and compare it against the record in the online database.  If they
  69. match, than it is highly improbable that the program has been modified.
  70.  
  71. To run VALIDATE, type:
  72.  
  73.      VALIDATE <path spec>
  74.  
  75. where <pathspec> is the name of a file or directory.  The wildcard
  76. characters, "*" and "?", may be used when specifying <pathspec>/
  77.  
  78. The VALIDATE program will then display the following information:
  79.  
  80.                 <name of directory>
  81.  
  82.                 name of file (starting at row 1)
  83.                 │
  84.                 │ extension of file (starting at row 10)
  85.                 │ │
  86.                 │ │ size of file (starting at row 15)
  87.                 │ │ │
  88.                 │ │ │ date of file (starting at row 25)
  89.                 │ │ │ │
  90.                 │ │ │ │ time of file (starting at row 35)
  91.                 │ │ │ │ │
  92.                 │ │ │ │ │ check method 1 (starting at row 44)
  93.                 │ │ │ │ │ │
  94.                 │ │ │ │ │ │  check method 2 (starting at row 51)
  95.                 │ │ │ │ │ │  └────────────────────────────────────┐
  96.                 │ │ │ │ │ └────────────────────────────────┐      │
  97.                 │ │ │ │ └─────────────────────────┐        │      │
  98.                 │ │ │ └─────────────────┐         │        │      │
  99.                 │ │ └─────────┐         │         │        │      │
  100.                 │ └──────┐    │         │         │        │      │
  101.                 │        │    │         │         │        │      │
  102.                 V        V    V         V         V        V      V
  103.                 SAMPLE   TXT  12345678  01-01-80  12:01a   1A2B   3C4D
  104.  
  105.                 <number> file(s) have been validated.
  106.  
  107.  
  108.  
  109.